Ace Combat 3 Layer Merger for TIM files v1.0
by Dashman


1) How to use this thing.

First of all, this is a Java applet. If you don't have Java, install the latest JRE.
Second, this is a command line application. To execute it, you'll need to open up a console/shell window, get to the folder where the program is and execute this:

java -jar ac3lm.jar <TIM_layer1> <TIM_layer2> <output_file>

2) Stuff to note.

* TIM_layer1 and TIM_layer2 are the TIM files that you want to merge into the TIM with two CLUTs (output_file).

* DON'T try to merge TIM files with more than one CLUT, the result won't be pretty.

* This program doesn't support batches, sorry. 

* The file paths are taken relative to the folder where the program is, but I haven't tested it that much so try to have everything in the same folder :P

* The program merges the image data with an OR operation. I'm still not sure if this is the proper way of doing it, so please test it around.